Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NCustomRowValueGetRowValueArgs<TRowValueType> Class / RowValue Property


In This Topic
    RowValue Property (NCustomRowValueGetRowValueArgs<TRowValueType>)
    In This Topic
    Gets the RowValue for which these args are used.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowValue As NCustomRowValue(Of TRowValueType)
    'Usage
     
    
    Dim instance As NCustomRowValueGetRowValueArgs(Of TRowValueType)
    Dim value As NCustomRowValue(Of TRowValueType)
     
    value = instance.RowValue
    public NCustomRowValue<TRowValueType> RowValue {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also